In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / GetPageTextArea Method

GetPageTextArea Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function GetPageTextArea( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As String
public string GetPageTextArea( 

   float Left,

   float Top,

   float Width,

   float Height

)
public function GetPageTextArea( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single

): String; 
public function GetPageTextArea( 

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : String;
public: string* GetPageTextArea( 

   float Left,

   float Top,

   float Width,

   float Height

) 
public:

String^ GetPageTextArea( 

   float Left,

   float Top,

   float Width,

   float Height

) 

Parameters

Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members